home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
answrbok
/
3_16.lha
/
3_16
/
makefile
< prev
Wrap
Makefile
|
1993-08-08
|
202b
|
12 lines
C= CC -I. -I../../CC
RROR= ../../error.o
ll: 3_16
_16: 3_16a.c 3_16b.c 3_16c.c 3_16d.c
$(CC) 3_16.c -o 3_16 $(ERROR)
est: all 3_16.cmp
3_16 < 3_16.in > 3_16.out
cmp 3_16.out 3_16.cmp
echo tests done